home *** CD-ROM | disk | FTP | other *** search
- on spacedelete moji
- set spacenum to 0
- set spacenum2 to 0
- set atamanum to 0
- set nagasa to the number of chars in moji
- repeat with n = 1 to nagasa
- set dare to char n of moji
- if dare = " " then
- set spacenum to 1 + spacenum
- next repeat
- end if
- exit repeat
- end repeat
- set atama to char spacenum + 1 to nagasa of moji
- repeat with n = 1 to nagasa
- set dare2 to char n of atama
- if dare2 = " " then
- set spacenum2 to 1 + spacenum2
- end if
- end repeat
- set atamanum to the number of chars in atama
- set honmono to char 1 to atamanum - spacenum2 of atama
- return honmono
- end
-